From 06cd3fee011d08253c3df62cc4a196acfdd0f79a Mon Sep 17 00:00:00 2001 From: robertl Date: Wed, 22 Jun 2005 22:53:24 +0000 Subject: [PATCH] Add wrapper for ease of invoking valgrind. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@1219 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/vtesto | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 gpsbabel/vtesto diff --git a/gpsbabel/vtesto b/gpsbabel/vtesto new file mode 100755 index 000000000..396b099b0 --- /dev/null +++ b/gpsbabel/vtesto @@ -0,0 +1,9 @@ +#!/bin/sh + +# +# Run our testsuite under valgrind. Mostly it complains about core GNU libc +# functions, but it does actually help find interesting stuff in our own code +# from time to time. +# + +PNAME="valgrind -q ./gpsbabel" ./testo -- 2.30.2